home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_n_z.arj / XONE23.DOC < prev    next >
Text File  |  1987-10-12  |  2KB  |  57 lines

  1.  
  2.  XONE Command                                           Version 2.3
  3.  ------------                                           Oct 12,1987
  4.  
  5.  Function
  6.  --------
  7.         To create an ARC file from one or more files that are
  8.         contained within an ARC file.
  9.  
  10.  Syntax
  11.  ------
  12.             XONE  inputname[.ARC]  [filename]  [outputname]  [/R]
  13.  
  14.  Remarks
  15.  -------
  16.         The 'inputname' is required. It defines the ARC archive file
  17.         which contains the member files that you want to extract. The
  18.         extension defaults to .ARC.
  19.  
  20.         The 'filename' is optional. If omitted, all files in the
  21.         archive are extracted. If supplied, only that file in the
  22.         archive that matches the 'filename' is extracted.  Each
  23.         extracted file is created in the ARC format using the the
  24.         original file name.
  25.  
  26.         The 'outputname' is optional. If supplied, it defines the name
  27.         to be used for the extracted file. To use this operand, you must
  28.         also supply the 'filename' operand to extract a single file.
  29.  
  30.  Example:
  31.  -------
  32.         Extract the file TEST.DAT from the archive called DATA.ARC
  33.         and name it TEST.ARC:
  34.  
  35.                 XONE DATA TEST.DAT TEST.ARC
  36.  
  37.         The file TEST.ARC is created as a valid archive file, and it
  38.         contains the same data as the original member file TEST.DAT.
  39.  
  40.  Restrictions
  41.  ------------
  42.         XONE was written by Vernon Buerg and may be used without
  43.         restrictions. Please try to distribute this program as-is,
  44.         and without modification.
  45.  
  46.  History
  47.  -------
  48.         Version 2.1, 11/12/86.
  49.           - correct problem extracting files larger than 18k bytes
  50.  
  51. |       Version 2.2, 10/09/87
  52. |         - add code to allow copying "squashed" files
  53.  
  54. |       Version 2.3, 10/12/87
  55. |         - correct garbage in usage message
  56.  
  57.